home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00830.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  595 b   |  31 lines

  1. on ranit
  2.   global md1, md2, md3, md4, md5, md6, rantime, mp, ran
  3.   if the machineType = 256 then
  4.     set rantime to the ticks
  5.     set ran to 0
  6.     repeat while ran = 0
  7.       if md2 = 0 then
  8.         set ran to 1
  9.         exit repeat
  10.       end if
  11.       if md3 = 0 then
  12.         set ran to 2
  13.         exit repeat
  14.       end if
  15.       if md4 = 0 then
  16.         set ran to 3
  17.         exit repeat
  18.       end if
  19.       if md5 = 0 then
  20.         set ran to 4
  21.         exit repeat
  22.       end if
  23.       if md6 = 0 then
  24.         set ran to 5
  25.         exit repeat
  26.       end if
  27.       set ran to 6
  28.     end repeat
  29.   end if
  30. end
  31.